home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / avr32 / boards / atngw100 / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  1.0 KB  |  36 lines

  1. # NGW100 customization
  2.  
  3. if BOARD_ATNGW100
  4.  
  5. config BOARD_ATNGW100_EVKLCD10X
  6.     bool "Add support for EVKLCD10X addon board"
  7.     help
  8.       This enables support for the EVKLCD100 (QVGA) or EVKLCD101 (VGA)
  9.       addon board for the NGW100. By enabling this the LCD controller and
  10.       AC97 controller is added as platform devices.
  11.  
  12.       This choice disables the detect pin and the write-protect pin for the
  13.       MCI platform device, since it conflicts with the LCD platform device.
  14.       The MCI pins can be reenabled by editing the "add device function" but
  15.       this may break the setup for other displays that use these pins.
  16.  
  17.       Choose 'Y' here if you have a EVKLCD100/101 connected to the NGW100.
  18.  
  19. choice
  20.     prompt "LCD panel resolution on EVKLCD10X"
  21.     depends on BOARD_ATNGW100_EVKLCD10X
  22.     default BOARD_ATNGW100_EVKLCD10X_VGA
  23.  
  24. config BOARD_ATNGW100_EVKLCD10X_QVGA
  25.     bool "QVGA (320x240)"
  26.  
  27. config BOARD_ATNGW100_EVKLCD10X_VGA
  28.     bool "VGA (640x480)"
  29.  
  30. config BOARD_ATNGW100_EVKLCD10X_POW_QVGA
  31.     bool "Powertip QVGA (320x240)"
  32.  
  33. endchoice
  34.  
  35. endif    # BOARD_ATNGW100
  36.